miscellaneous cleanups & bug fixes.
authortsteven4 <tsteven4@gmail.com>
Wed, 4 Jul 2018 20:20:00 +0000 (14:20 -0600)
committertsteven4 <tsteven4@gmail.com>
Wed, 4 Jul 2018 20:20:00 +0000 (14:20 -0600)
commit4268a1ddc0b08a83eec3c0356bd42c4a39830dd3
treeff167d86848a4b6447503a6d78e38bde1936afaf
parent076ca84db00c9025b6abf093a8e4d5fe4ca88477
miscellaneous cleanups & bug fixes.

easygps.cc: bugfix - clang-tidy check misc-sizeof-expression
garmin_fs.cc: warning cleanup - gcc warning: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 3 [-Wformat-truncation=]
jtr.cc: warning cleanup - gcc warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
jtr.cc: bugfix - the jtr writter could incorrecly print the msec portion of the creationtime by dropping the most significant digit when it was zero.
mapsource.cc: warning cleanup - binary operator acts on identical operands
random.cc: bugfix - fractional seconds were always zero.
tpo.cc: warning cleanup - gcc warning: argument 2 null where non-null expected [-Wnonnull]
xmlgeneric.cc: warning cleanup - Declarator is never used
easygps.cc
garmin_fs.cc
jtr.cc
mapsource.cc
random.cc
tpo.cc
xmlgeneric.cc